blog.bitsrc.io
Understanding Asynchronous JavaScript — the Event Loop
1
JavaScript is a single-threaded programming language which means only one thing can happen at a time. That is, the JavaScript engine can only process one statement at a time in a single thread. While… Read full article